home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / LookAtThat.sit / LookAtThat! / source code / Offscreen.h < prev    next >
C/C++ Source or Header  |  1997-06-28  |  278b  |  7 lines

  1. #include <QDOffscreen.h>
  2.  
  3. void        CopyOver(GWorldPtr GWorld, WindowPtr Window, Rect WindowRect, Rect GWorldRect);
  4. DialogPtr     CreateDialog(short dialogID);
  5. WindowPtr     CreateWindow(short windowID);
  6. GWorldPtr     CreateOffscreen(Rect GWorldRect);
  7. void        SetupOffscreen(GWorldPtr GWorld);